home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 418
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnClick = FormClick
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 48
- Width = 67
- Height = 16
- Caption = 'Click me...'
- OnMouseDown = Label1MouseDown
- end
- object Edit1: TEdit
- Left = 272
- Top = 48
- Width = 121
- Height = 24
- TabOrder = 1
- Text = 'Click me, too...'
- OnMouseDown = Edit1MouseDown
- end
- object Button2: TButton
- Left = 112
- Top = 224
- Width = 89
- Height = 33
- Caption = 'Lock'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 208
- Top = 224
- Width = 89
- Height = 33
- Caption = 'Unlock'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 304
- Top = 224
- Width = 89
- Height = 33
- Caption = 'Quit'
- TabOrder = 4
- OnClick = Button4Click
- end
- object Panel1: TPanel
- Left = 16
- Top = 104
- Width = 377
- Height = 97
- Caption = 'Click me...'
- TabOrder = 5
- OnMouseDown = Panel1MouseDown
- object Button5: TButton
- Left = 272
- Top = 32
- Width = 89
- Height = 33
- Caption = '... or me...'
- TabOrder = 0
- OnMouseDown = Button5MouseDown
- end
- end
- object Handle1: TStretchHandle
- Left = 16
- Top = 8
- Width = 24
- Height = 24
- GridX = 1
- GridY = 1
- Enabled = False
- Visible = False
- end
- object Handle2: TStretchHandle
- Left = 56
- Top = 8
- Width = 24
- Height = 24
- GridX = 1
- GridY = 1
- Enabled = False
- Visible = False
- end
- object Handle3: TStretchHandle
- Left = 96
- Top = 8
- Width = 24
- Height = 24
- GridX = 1
- GridY = 1
- Enabled = False
- Visible = False
- OnMouseDown = Handle3MouseDown
- end
- object Handle4: TStretchHandle
- Left = 136
- Top = 8
- Width = 24
- Height = 24
- GridX = 1
- GridY = 1
- Enabled = False
- Visible = False
- end
- object Handle5: TStretchHandle
- Left = 176
- Top = 8
- Width = 24
- Height = 24
- GridX = 1
- GridY = 1
- Enabled = False
- Visible = False
- end
- object Button6: TButton
- Left = 16
- Top = 224
- Width = 89
- Height = 33
- Caption = 'Color'
- TabOrder = 11
- OnClick = Button6Click
- end
- object Button1: TButton
- Left = 136
- Top = 48
- Width = 89
- Height = 33
- Caption = 'Click me...'
- TabOrder = 0
- OnMouseDown = Button1MouseDown
- end
- end
-